#!/bin/bash
RES="$(cd "$(dirname "$0")/../Resources" && pwd)"
APP_ROOT="$(cd "$RES/../.." && pwd)"
xattr -cr "$APP_ROOT" 2>/dev/null || true
# Run setup off the main thread so Finder does not beachball
nohup bash "$RES/setup_and_run.sh" >/dev/null 2>&1 &
